home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Navigation Services SDK / Examples / SimpleText / SimpleText ƒ / ThreeDMetafile.r < prev   
Encoding:
Text File  |  1999-06-16  |  790 b   |  31 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ThreeDMetafile.r
  3.  
  4.     Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  5.  
  6. */
  7.  
  8. /*
  9. **    You may incorporate this sample code into your applications without
  10. **    restriction, though the sample code has been provided "AS IS" and the
  11. **    responsibility for its operation is 100% yours.  However, what you are
  12. **    not permitted to do is to redistribute the source as "DSC Sample Code"
  13. **    after having made changes. If you're going to re-distribute the source,
  14. **    we require that you make it clear in the source that the code was
  15. **    descended from Apple Sample Code, but that you've made changes.
  16. */
  17.  
  18. #include "Types.r"
  19. #include "ThreeDMetafile.h"
  20.  
  21. resource 'WIND' (kThreeDWindowID) {
  22.     {50, 50, 300, 400},
  23.     noGrowDocProc,
  24.     visible,
  25.     goAway,
  26.     0x0,
  27.     "QuickDraw 3D",
  28.     noAutoCenter
  29. };
  30.  
  31.